Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Trusted email validation functionality in Signup form #252

Closed

Conversation

ygowthamr
Copy link
Contributor

PR Description: Implemented Email Domain Validation in Signup Form

Fixes #250

  1. Added validation to allow only trusted email domains: gmail.com, outlook.com, yahoo.com, protonmail.com, icloud.com, tutanota.com, and more.
  2. Displays an alert message if the email is from an untrusted domain and blocks submission.
  3. Ensures data integrity by filtering spam and temporary emails.

@Vimall03
Pls add level, gssoc-extd.

@ygowthamr ygowthamr closed this Nov 8, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 Thank you for contributing to this project, your support is much appreciated.

Stay awesome! 😎

@ygowthamr ygowthamr deleted the TrustedEmailValidationForSignupPage branch November 8, 2024 14:30
@ygowthamr ygowthamr restored the TrustedEmailValidationForSignupPage branch November 8, 2024 14:30
@ygowthamr ygowthamr deleted the TrustedEmailValidationForSignupPage branch November 8, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] : Implement Email Domain Validation in Signup Form
1 participant